Express框架 架構


Posted by mijouhsieh on 2023-04-09

partial template 依不同功能分不同檔案

列表型

  • 列表型的頁面叫作 index
  • index.handlebars檔

個別資料

  • show 頁面是顯示個別資料,可看到更詳細的資料,也稱 detail 頁面。
  • show.handlebars檔
    - show 頁面的網址會包括這個資料的 ID 。
    -
    而跟這個頁面有關的程式碼,稱show action。

如何把資料從 app.js 帶入局部樣板內使用,實際上只需要一支 .handlebars 檔案,而不同內容的部分只要在 app.js 中把不同資料帶進去就好了!


#Express







Related Posts

1731. The Number of Employees Which Report to Each Employee

1731. The Number of Employees Which Report to Each Employee

使用 Vue Cli 來建置Vue專案

使用 Vue Cli 來建置Vue專案

程式基礎 —— Javascript

程式基礎 —— Javascript


Comments